#phraseintro2 {
	font-size: 1.2vw;
	text-align: left;
	font-weight: normal;
    font-family: "comfortaaregular";
	color: #542D84;
	margin: 3% 3% 3% 8%;
}

#orangecontenu2 {
	width: 25%;
	display: inline-block;
	margin: 0% 9% 11% 11%;
}

#orangecontenu2 h1{
	font-size: 2.2vw;
	font-weight: normal;
    font-family: "steelfishrg";
	color: #e68a00;
	margin: 0;
	text-align: right;
}

#orangecontenu2 p {
	font-size: 1.2vw;
	font-weight: normal;
    font-family: "montserratlight";
	color: #cc7a00;
	margin-top: 0.2vw;
	margin-bottom: 0.6vw;	
	text-align: right;
}

#orangecontenu2 p::first-letter {
	margin-left: 3vw;
}

#orangetitre2 {
	display: inline-block;
	position: absolute;
	transform: rotate(-90deg) translate(-36%, -270%);
}

#orangetitre2 h1{
	font-size: 3.8vw;
	font-weight: normal;
	white-space:nowrap;
    font-family: "cardeniomodernstd";
	color: #ff9900;
	margin: 0;
}

#violet2 {
	width: 44%;
	display: inline-block;
    overflow: hidden;	
	border-radius: 0 0 5vw 0;
	border: solid 0.8vw #FFFFFF;	
    box-shadow: 0.1vw 0.1vw 2.6vw -1vw #000;
	margin: 0 0 0 0%;
	position: absolute;
}

div.violettitre2 {
	width: 100%;
	display: flex; justify-content: center; align-items: center;
	background-color: #542D84;
}

div.violettitre2 h1 {
	font-size: 2.8vw;
	font-weight: normal;
	white-space:nowrap;
    font-family: "cardeniomodernstd";
	color: #EEEEEE;
	margin: 3%;
}

div.violetcontenu2 {
	width: 100%;
	padding: 3%;
	background-color: #9B7BB2;
	box-sizing: border-box;		
}

div.violetcontenu2 p {
	font-size: 1.1vw;
	font-weight: normal;
    font-family: "montserratlight";
	color: #EEEEEE;
}

div.violetcontenu2 p::first-letter {
	font-size: 1.3vw;
}

/*
#phraseintro2,  #violet2, #orangetitre2, #orangecontenu2 {
	transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);	
	transition: transform 3s;
}
*/